home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Resource for Source: Visual Basic
/
Resource for Source - Visual Basic.iso
/
tools
/
generic.exe
/
GENER.DEF
< prev
next >
Wrap
Text File
|
1993-03-19
|
954b
|
29 lines
;----------------------------------------------------------------------------
; Copyright (C) 1993, Microsoft Corporation
;
; You have a royalty-free right to use, modify, reproduce and distribute
; the Sample Custom Control Files (and/or any modified version) in any way
; you find useful, provided that you agree that Microsoft has no warranty,
; obligation or liability for any Custom Control File.
;----------------------------------------------------------------------------
; generic.def - module definition file for GENERIC.VBX custom control
;----------------------------------------------------------------------------
LIBRARY GENERIC
EXETYPE WINDOWS
DESCRIPTION 'Visual Basic Generic Custom Control'
CODE MOVEABLE
DATA MOVEABLE SINGLE
HEAPSIZE 2048
EXPORTS
WEP @1 RESIDENTNAME
GenStrlen
SEGMENTS
WEP_TEXT FIXED
;----------------------------------------------------------------------------